Kanzi  3.9.8
Kanzi Engine Java API
All Classes Functions Variables Enumerator Modules Pages
ObjectNotFoundException Class Reference

Exception class to indicate that an Object was not found. More...

Inheritance diagram for ObjectNotFoundException:
[legend]

Public Member Functions

 ObjectNotFoundException (String errorMessage)
 Constructs a new ObjectNotFoundException. More...
 

Detailed Description

Exception class to indicate that an Object was not found.

Constructor & Destructor Documentation

ObjectNotFoundException ( String  errorMessage)

Constructs a new ObjectNotFoundException.

Parameters
errorMessageThe exception error message.